home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-09-18 | 337 b | 12 lines | [TEXT/VIM!] |
- " Customize this!
- " let $HOME = 'Macintosh HD:Desktop Folder:Documents'
- " let $Desktop = 'Macintosh HD:Desktop Folder'
-
- " Mapping the command-Keys
- " Commmand-Q = Quit
- nmap <D-q> :confirm qa<CR>
-
- " When Vim is started with a filename, cd to the folder
- " where the file is located.
- autocmd VimEnter * if strlen(@%) != 0 | cd %:p:h | endif
-